Questions tagged [google-chrome-extension]

Extension development for the Google Chrome web browser. You write them using web technologies such as HTML, JavaScript, and CSS.

Filter by
Sorted by
Tagged with
0
votes
0answers
3 views

Browser extension popup navigation?

How are you supposed to handle navigation within an extension popup? I tried to make a button that when clicked calls a function that sets window.location.url to newpage.html, but it does nothing. I ...
0
votes
0answers
14 views

How to inject a React component to a web page using content scripts?

I'm developing an app that works kind of like honey. If you are checking out to buy something, a popup should appear. import React from 'react'; import ReactDOM from 'react-dom' import './getDiscount....
0
votes
0answers
7 views

How to get time spent on an active tab in Chrome?

How can I get the time spent on the current tab in Chrome? Is there an API for this? Or would I have to implement some timer that would start counting when switched to a tab, and then stop counting ...
0
votes
0answers
8 views

Save data to chrome storage in web worker?

I have designed my extension to have a great user experience as all calculation-intensive operations are side-loaded off the main thread and run in a worker. I now have batches of jpeg images (...
0
votes
0answers
12 views

How can my content script access element from an HTML web accessible resource page?

I'm working on a chrome extension, where I have an iframe pop up when user is on a certain website. I have the iframe html document saved as a web accessible resource, and I'm trying to figure out how ...
-1
votes
0answers
8 views

Chrome Extension won't get approved. “Item’s metadata does not accurately describe the function.”

I'm developing https://www.paragraph.live in the past few weeks, a new web-application aiming to help users learn a second language (EN, not JS :) while reading online news. So far so good. For two ...
-1
votes
0answers
8 views

Selenium IDE, Check Icon Name

I am using the Selenium IDE Chrome extension. I got stock at a certain problem: I want to check with Selenium IDE if a certain icon is used. There are 2 Possible icoins. The names of the icons when I ...
0
votes
0answers
9 views

Trigger chrome enable extension by Regedit

I am trying to force add chrome extension to appx. 300 computers. Since chrome 25 Silent Installation is disabled. ExtensionInstallForceList policy can skip this warning but it does not work for my ...
0
votes
0answers
10 views

How to set Permissions and Content Security Policy for Chrome extension

I'm trying to get my Chrome extension approved and want to understand how I should properly fill in the "permissions" and "csp" sections of the manifest.json. Those parts looks as ...
0
votes
0answers
6 views

Share Firebase Authentication between Chrome and Chrome Plugin

I have a web application where my users can log in through either user/ pass or Google, using Firestore to manage users/ auth. I also have a Chrome extension that needs to leverage the same ...
0
votes
0answers
8 views

Chrome extension: modify document before it is evaluated

Is it possible to modify the document in a chrome extension while it is loaded and before it is evaluated? I want to replace " with on a page via a chrome extension to avoid a load "was ...
0
votes
0answers
15 views

How to get authorization code when user redirect to callback url using Jquery. AJAX call returns HTML

$.ajax({ uri: "https://access.line.me/oauth2/v2.1/authorize?response_type=code&client_id=Chanel_Id&redirect_uri=https://manager.line.biz/&state=none&scope=profile%20openid&...
0
votes
1answer
15 views

Cannot set price or choose free trial for chrome extension

I’m developing a chrome extension and would like to make it a paid extension with a free trial. I uploaded my item onto the Developer dashboard and saved it as a draft, not submitting it yet. But on ...
0
votes
1answer
41 views

Firing button programatically doesn't do the same action as when clicking it manually

I am developing a Chrome extension that should help my team overcome an issue in some website. The functionality is to 'programatically' click a specific website button when keyboard 'enter' button is ...
0
votes
0answers
19 views

How to write a code in open tab's console by chrome extension

I am making a chrome extension which write some script in the console of current opened tab. How to do this. my code is - <!DOCTYPE html> <html> <head> <title>Dion game h</...

15 30 50 per page
1
2 3 4 5
1576